projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a2d940
)
(w32_clear_end_of_line): Include scroll bar width.
author
Geoff Voelker
<voelker@cs.washington.edu>
Sun, 20 Jul 1997 04:03:49 +0000
(
04:03
+0000)
committer
Geoff Voelker
<voelker@cs.washington.edu>
Sun, 20 Jul 1997 04:03:49 +0000
(
04:03
+0000)
src/w32term.c
patch
|
blob
|
history
diff --git
a/src/w32term.c
b/src/w32term.c
index 3b147b91a298e5eabc964635cc2259fdfe716ae3..75e53a1216fbdfa386615ba3e94ace76dc90d7e4 100644
(file)
--- a/
src/w32term.c
+++ b/
src/w32term.c
@@
-659,6
+659,8
@@
w32_clear_end_of_line (first_unused)
if (first_unused >= f->width)
first_unused = f->width;
+ first_unused += FRAME_LEFT_SCROLL_BAR_WIDTH (f);
+
BLOCK_INPUT;
do_line_dance ();